home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1139 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  918 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: crashpolka@aol.com (CrashPolka)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 15 Jan 1996 19:31:16 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4derkk$c35@newsbf02.news.aol.com>
  9. References: <4d5lvi$emc@brachio.zrz.TU-Berlin.DE>
  10. Reply-To: crashpolka@aol.com (CrashPolka)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. >    REPEAT    32
  14. >1)    move.b    (a0,d0.w),(a1)+
  15. >2)    addx.l    d1,d0
  16. >    ENDR
  17.  
  18. >>: > What do you guys do when the delta values are negative?
  19. >>: > Clearly an addx.l will not work
  20.  
  21. >> In the example above I dont think it will work with neg number.
  22. >> Because the msbit of X if neg will have an effect on Y.
  23.  
  24. >The example above doesn't work anyway. You always need fraction
  25. >bits for both x- and y-adder.
  26.  
  27. This example works with fraction parts for x and y !
  28.  
  29.      CRash/POlka Brothers
  30.  
  31.  
  32.